public class UtilitySpaceAdapter extends UtilitySpace
domain| Constructor and Description |
|---|
UtilitySpaceAdapter(OpponentModel opponentModel,
Domain domain) |
| Modifier and Type | Method and Description |
|---|---|
double |
getUtility(Bid b) |
double |
getWeight(int i) |
addEvaluator, addEvaluator, checkReadyForNegotiation, DefaultEvaluator, discount, equals, getDiscountFactor, getDomain, getEvaluation, getEvaluator, getEvaluators, getFileName, getIssue, getMaxUtilityBid, getMinUtilityBid, getNrOfEvaluators, getObjective, getReservationValue, getReservationValueUndiscounted, getReservationValueWithDiscount, getReservationValueWithDiscount, getUtilityWithDiscount, getUtilityWithDiscount, getUtilityWithDiscount, getXMLRoot, IsComplete, lock, normalizeChildren, normalizeWeights, removeEvaluator, setDiscount, setReservationValue, setWeight, setWeightSimple, toString, toXML, unlockpublic UtilitySpaceAdapter(OpponentModel opponentModel, Domain domain)
public double getUtility(Bid b)
getUtility in class UtilitySpaceb - of which we are interested in its utility.public double getWeight(int i)
getWeight in class UtilitySpacei - The Issue or Objective to get the weight from